#!/bin/sh

exec unrar x -o- ${Keep+-kb} ${Verbose--idq} "$1"
